home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
gauge
/
slidvb25
/
therm.frm
< prev
next >
Wrap
Text File
|
1995-09-15
|
2KB
|
74 lines
VERSION 2.00
Begin Form Form1
BackColor = &H00000000&
Caption = "Form1"
ClientHeight = 6768
ClientLeft = 948
ClientTop = 1368
ClientWidth = 3540
Height = 7188
Left = 900
LinkTopic = "Form1"
ScaleHeight = 6768
ScaleWidth = 3540
Top = 996
Width = 3636
Begin SLIDER Slider1
BackColor = &H00C0C0C0&
BarBorder = 0
BarInner = 0
BarOuter = 1
BevelInner = 0 ' 0 - None
BevelOuter = 0 ' 0 - None
BevelWidth = 2
BorderWidth = 0
Direction = 1 ' 1 - Backward
FontBold = 0 'False
FontItalic = 0 'False
FontName = "Small Fonts"
FontSize = 6
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 5565
KnobColor = &H00000000&
KnobOffset = 0
KnobStyle = 0 ' 0 - None
KnobXScale = 0
KnobYScale = 0
Left = 1110
Max = 110
Min = -14
MouseControl = -1 'True
OffColor = &H000000FF&
OffPicture = THERM.FRX:0000
OnColor = &H0000FF00&
OnPicture = THERM.FRX:3662
Orientation = 1 ' 1 - Vertical
Shape = ""
ShapeStyle = 0 ' 0 - Rectangle
TabIndex = 0
TicID = 0
Tics = 2
Top = 690
Value = 50
Width = 675
ZLoad = THERM.FRX:6CC4
End
Begin Label Label1
BackColor = &H00000000&
Caption = "50"
ForeColor = &H00FFFFFF&
Height = 492
Left = 1800
TabIndex = 1
Top = 3240
Width = 1092
End
End
Sub Slider1_Change ()
label1 = Int(slider1)
End Sub